Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout action to v4.1.4 #751

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.3 -> v4.1.4

Release Notes

actions/checkout (actions/checkout)

v4.1.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

diff

  • bar.txt (New)
  • foo.txt (Deleted)
  • rollout.yaml
  • service.yaml

bar.txt

--- /dev/null
+++ b/tests/fixtures/head/bar.txt
@@ -0,0 +1 @@
+New file.

foo.txt

--- a/tests/fixtures/base/foo.txt
+++ /dev/null
@@ -1 +0,0 @@
-This file will be deleted.

rollout.yaml

--- a/tests/fixtures/base/deployment.yaml
+++ b/tests/fixtures/head/rollout.yaml
@@ -1,5 +1,5 @@
-apiVersion: apps/v1
-kind: Deployment
+apiVersion: argoproj.io/v1alpha1
+kind: Rollout
 metadata:
   name: envoy
 spec:
@@ -13,4 +13,8 @@ spec:
         app.kubernetes.io/name: envoy
     spec:
       containers:
-        - image: envoyproxy/envoy:v1.17-latest
+        - image: envoyproxy/envoy:v1.18-latest
+  strategy:
+    canary:
+      maxUnavailable: 0
+      maxSurge: 1

service.yaml

--- a/tests/fixtures/base/service.yaml
+++ b/tests/fixtures/head/service.yaml
@@ -7,5 +7,5 @@ spec:
       app.kubernetes.io/name: echoserver
   ports:
   - protocol: TCP
-    port: 80
-    targetPort: 80
+    port: 443
+    targetPort: 443

See the workflow run

@github-actions github-actions bot added changed and removed changed labels Apr 25, 2024
@int128-renovate-merge-bot int128-renovate-merge-bot bot merged commit 14d450c into main Apr 25, 2024
3 checks passed
@int128-renovate-merge-bot int128-renovate-merge-bot bot deleted the renovate/actions-checkout-4.x branch April 25, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants